|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.actions.ScriptedAction
public class ScriptedAction
An action that runs a configured script.
| Constructor Summary | |
|---|---|
ScriptedAction(IActionContext context,
IScriptingService scriptingService,
ScriptConfiguration configuration)
Creates a new ScriptedAction. |
|
| Method Summary | |
|---|---|
IActionResult |
execute()
Executes this action and returns its outcome. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptedAction(IActionContext context,
IScriptingService scriptingService,
ScriptConfiguration configuration)
context - The context that contains this action.scriptingService - The scripting service to create an engine with.configuration - The configuration for this scripted action.| Method Detail |
|---|
public IActionResult execute()
IAction
execute in interface IAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||